@charset "utf-8";
/* CSS Document */
#header_menu {
	position: absolute;
	top: 5px;
	width: 773px;
	height: 15px;
	z-index: 1;
	background-color: #FFFFFF;
	/*border-bottom-style:solid;*/
	font-family: Arial;
	font-size: 16px;
	border-bottom-color: #666;
	text-align: center;
	bottom: 30px;
	margin: 0;
	padding: 5;/* was 5*/
	border-bottom-style: none;
	list-style-position: inside;
	left: 99px;
	/*left: 99px;*/
}
#header_menu ul li {
	float: left;
	list-style-type: none;
}
#header_menu ul li a {
	color: #666;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	display: block;
	text-align: center;
	
	background-color: #FFFFFF;
	border-bottom-style: none;
	font-family: Arial;
	font-size: 16px;
	border-bottom-color: #666;
	height:15px;
	width:70px;

}
#header_menu ul {
	margin: 0px;
	padding: 0px;
	margin:0;
	padding:0;
	height:15px;
	
}

ul#header_menu, ul#header_menu ul.sub-menu {
    padding:0;
    margin: 0;
}
ul#header_menu li, ul#header_menu ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
	border-bottom-style:none;	
}
/*Link Appearance*/
ul#header_menu li a, ul#header_menu li ul.sub-menu li a {
    text-decoration: none;
    color: #fff;
    background: #666;
    padding: 5px;
    display:inline-block;	
}
/*Make the parent of sub-menu relative*/
ul#header_menu li {
    position: relative;
	
}

/*sub menu*/
ul#header_menu li ul.sub-menu {
    display:none;
    position: absolute;
    top: 15px;
    left: 0;
    width: 100px;
	
}
ul#header_menu li:hover ul.sub-menu {
	display: block;
	
}

#header_menu li{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:relative;	

}


#header_menu ul ul{
	position:absolute;	
	visibility:hidden;
	top:5x;	
}
#header_menu ul li:hover ul{
	visibility: visible;
	border-style: none;
	background-color: #B5B5B5;
	color: #000000;	
}

#header_menu ul li a:hover {
	background-color: #D9D9D9;
	color: #000000;
	
}
/* Original Header Menu

#header_menu {
	position: absolute;
	top: 20px;
	width: 773px;
	height: 39px;
	z-index: 1;
	background-color: #FFFFFF;
	border-bottom-style: solid;
	font-family: Arial;
	font-size: 16px;
	border-bottom-color: #666;
	text-align: center;
	bottom: 0px;
	left: 102px;
}
#header_menu ul li {
	float: left;
	list-style-type: none;
}
#header_menu ul li a {
	color: #666;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 20px;
	display: block;
	text-align: center;
	-webkit-transition: background-color 400ms ease-in-out 0ms, color 500ms ease-in-out 100ms;
	-moz-transition: background-color 400ms ease-in-out 0ms, color 500ms ease-in-out 100ms;
	-ms-transition: background-color 400ms ease-in-out 0ms, color 500ms ease-in-out 100ms;
	-o-transition: background-color 400ms ease-in-out 0ms, color 500ms ease-in-out 100ms;
	transition: background-color 400ms ease-in-out 0ms, color 500ms ease-in-out 100ms;
}
#header_menu ul {
	margin: 0px;
	padding: 0px;
}
*/
#Footer div {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	clear: none;
}
.floatimage {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
#container {
	/*height: 3000px;*/
	width: 968px;
	position: relative;
}


/*body,td,th {
	font-family: Arial;
}*/
.bluebold {
	font-family: Arial;
	font-size: 20px;
	color: #00F;
}
#videotitle h1 {
	font-family: Arial;
	font-size: 36px;
	font-weight: bold;
}
#videotitle h1 {
	font-family: Arial;
	font-size: 36px;
	font-weight: bold;
}
#header_menu ul li a:hover {
	background-color: #EEE;
	color: #000;
}
.14normal {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	text-align: center;
}
